Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference
notifyUser
This procedure notifies the user of some message by some means, for example, e-mail.
Location: af\app\afsesmngrp.i Parameters:INPUT pdUserObj AS DECIMALThe object number of the user record to notify.
INPUT pcUserName AS CHARACTERThe user name of the user record to notify. This is used only when the pdUserObj is 0.
INPUT pcAction AS CHARACTERThe action used to notify the user, for example, “e-mail.”
INPUT pcSubject AS CHARACTERThe subject of the message.
INPUT pcMessage AS CHARACTERThe message text.
OUTPUT pcFailedReason AS CHARACTERThe reason for any failure.
Notes: None Examples: See theaskQuestionprocedure inaf\app\afsesmngrp.i.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |